home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-19 / ozgis88.zip / OZGIS70.TUT < prev    next >
Text File  |  1992-01-04  |  3KB  |  81 lines

  1.                       HARDCOPY MAP PRODUCTION 
  2.                       =======================
  3.  
  4.  
  5.  OzMAP
  6.  -----
  7.  
  8. Maps are designed with the interactive OzGIS program and saved as Saved display 
  9. files. These files are then read into the OzMap program and output on the 
  10. desired device or file. Attributes and quantisation can be changed in the usual 
  11. way to produce a series of maps.
  12.  
  13. Often maps will be previewed on the screen and then output to a plotter,
  14. printer or file.
  15.  
  16. Hardcopy map production is limited by the capabilities of the SCIPLOT package.
  17.  
  18. SciPlot produces many graphic file types: 
  19.  
  20. The Postscript file is an ASCII file that may be edited or sent directly to any 
  21. Postscript printer. 
  22.  
  23. The Encapsulated Postscript file (EPS) and the Computer Graphics Metafile (CGM),
  24. an ANSI standard format file, are files that should not be edited for they
  25. contain binary information.EPS and CGM files can be imported directly into
  26. wordprocessors or other graphical products. 
  27.  
  28. The HP pen plotter file (HPGL) is an ASCII file that can be edited or imported
  29. into wordprocessors or other graphical products.
  30.  
  31. The WordPerfect file (WPG) is a binary file in WordPerfect's internal graphics
  32. format.WPG files are directly importable into the WordPerfect wordprocessor.
  33.  
  34. The SciPlot Graphics file is a file in SciPlot's own internal format and is 
  35. used solely as input to the VECTOR program.This file is a binary file in very 
  36. compact format.It contains the stream of vectors which represent the figures, 
  37. characters, etc. generated during the execution of the application program. 
  38. VECTOR processes this graphic file and arranges raw vectors in a direction of 
  39. paper motion order before display on dot matrix printers and laserjet printers. 
  40.  
  41. For Apple LaserWriters, HP pen plotters, and other graphics devices that
  42. support avector drawing commands directly, ordering is not required and VECTOR
  43. immediately displays the vectors. 
  44.  
  45.  
  46.  
  47.  Device files
  48.  ------------
  49.  
  50. Several device files are provided to control the appearence of maps on output 
  51. devices. These device files can also be used with OzGIS (they will need minor 
  52. modification for use with EGAs).
  53.  
  54. You have to use device files that use hatching for polygon fill. The
  55. configuration section explains the files available. Generally you need to use 
  56. hatching device files that have the same resolution as that used in OzGIS or
  57. aspects and character sizes may not be suitable.
  58.  
  59. HATCHSV1 - provides polygon display using hatching. 
  60. HATCHBV1 - hatching for bivariate maps. 
  61. CSIMSV* and CSIMBV* - a series of device files that use the red, green and blue 
  62. plotter pens (or screen colours) to simulate the colour sequences; look at then 
  63. on the screen first to decide which ones to try.
  64.  
  65. The hatching device files can of course be modified to define other hatching
  66. patterns. 
  67.  
  68.  
  69.  VECTOR Program
  70.  --------------
  71.  
  72.  
  73. This program enables metafiles produced in the OzMap program to be output to a
  74. variety of devices and files with such options as rotation and scaling. 
  75.  
  76. VECTOR's function is to provide a utility to register SciPlot's output on 
  77. plotting devices (dot matrix and laserjet printers) which cannot be supported 
  78. directly without requiring significant system resources.VECTOR also provides
  79. interactive preview of graphics files on the screen or bath processing at some
  80. other time. 
  81.